home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00068.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  435 b   |  15 lines

  1. on mouseUp
  2.   if the movieRate of sprite 22 = -1 then
  3.     set the movieTime of sprite 29 to 0
  4.     set the stopTime of sprite 29 to 40
  5.     set the movieRate of sprite 22 to 0
  6.     set the movieRate of sprite 29 to 0
  7.   else
  8.     set the movieTime of sprite 22 to 0
  9.     set the movieRate of sprite 22 to -1
  10.     set the stopTime of sprite 29 to 40
  11.     set the movieTime of sprite 29 to 0
  12.     set the movieRate of sprite 29 to -1
  13.   end if
  14. end
  15.